home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / tubs10d.zip / QUICK.DOC < prev    next >
Text File  |  1992-08-29  |  4KB  |  107 lines

  1. Installation:
  2.         For experienced sysops, TUBS is a easy door to install, with no
  3.         maintenance files or configuration files necessary!
  4.  
  5.         You will have to set up a TPA by using PCBSM.EXE.
  6.         Note that on a multi-node system ALL nodes must be down for this
  7.         operation.
  8.  
  9.         PCBSM will generate a backup users file in this operation, however
  10.         you may wish to have another backup offline just in case.
  11.  
  12. 1)      Enter PCBSM, choose menu option "Add/Remove Third Party Application"
  13.         to generate a new TPA.
  14.  
  15.         For TPA information use
  16.                 TPA Name        :       TUBS
  17.                 Version         :        100
  18.                 Static Size     :         32
  19.                 Dynamic Size    :          0
  20.                 Keyword         :      BYTES
  21.                                         the keyword must match the name of
  22.                                         the door in your DOOR.LST file
  23.  
  24.         For verify that the data structure corresponds to the current version
  25.         of TUBS, we have chosen a version number of 100, corelating to v 1.00.
  26.  
  27.         Press PGDN to generate your TPA.
  28.  
  29. 2)      You will now need to make some changes using PCBSetup.
  30.  
  31.         The first will be creating a door, this may be necessary in more
  32.         than one conference, although each conference may point to the same
  33.         door.
  34.         Depending upon your setup, only the Main Door changes may be necessary,
  35.         only you as a SysOp can determine that.
  36.  
  37.         It WILL however be necessary from every Conference that you wish the
  38.         user to have access to it.  It is highly recommended that it is at the
  39.         very minimum available from the Main Conference, as well as ALL other
  40.         Conferences that have auto rejoin upon login set to YES.
  41.  
  42.                                    Batch File
  43.  
  44.         Example of batch file :
  45.  
  46.         @ECHO OFF
  47.         CD \DOORS\TUBS
  48.         BYTES
  49.  
  50.                 ** Note :  Do not reload PCBoad, as this is a shell door.
  51.  
  52.  
  53.  
  54.                                Door Installation
  55.  
  56.         Using PCBSetup choose the DOOR.LST file to edit.
  57.  
  58.     File      Pass    Sec   Login   USER.SYS DOOR.SYS  Batch Path
  59.  
  60.     BYTES              0      Y         Y       N      C:\DOORS\TUBS
  61.  
  62.  
  63.  
  64.         In the above example, we show pathing to the batch file, this would
  65.         be placed in the C:\DOORS\TUBS directory.  (or other directory as you
  66.         have chosen)
  67.  
  68.         By doing this you save multiple doors for each node.
  69.  
  70.         NOTE:  If you have other auto-login doors, you will need to modify
  71.         them, or adjust BYTES to accomidate your plans for login.
  72.         We have adapted our autologin door to accomidate branching for
  73.         different users as necessary.
  74.         If you need help in this area, please let us know on the support
  75.         board, or in one of the mail networks we carry.
  76.  
  77.  
  78. Batch File:
  79.         @ECHO OFF
  80.         C:
  81.         CD \DOORS\TUBS
  82.         BYTES
  83.  
  84. **                              (note, as we shell to the door DO NOT add BOARD
  85.                                         to the end of the batch file)
  86.  
  87. PCBSetup Configuration :
  88.         It is highly recommended that you disable the "Display User Info
  89.         at Login" with PCBSetup in Options #1 screen.
  90.         This will make a much more pleasing display for your users.
  91.         You have full contorl of this flag per security level within TUBS.
  92.  
  93.         o       Please ensure that your environment variable PCBDAT is set.
  94.                 If not please put in your autoexec.bat
  95.                         SET PCBDAT=(drive\path\pcboard.dat)
  96.  
  97.                 ie:     SET PCBDAT=C:\PCB\PCBOARD.DAT
  98.  
  99.  
  100.  
  101. This will give you a very simple and basic operation of the system, to
  102. get into the complexities of the Security file, and user information, please
  103. refer to the main documentation.
  104.  
  105. Please let us know any ideas you have to improve the documentation of the
  106. program itself.
  107.